[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function MUpdateScreen - define screen region for updating
Syntax void MUpdateScreen(int left, int top, int right,
int bottom);
Prototype in mousehk.h
Remarks defines a region of the screen to be updated, from
the coordinates (left,top) to (right,bottom).
Return value nothing.
Note The mouse cursor is hidden during updating and must
be explicitly turned on again (via MCursorOn()) to
be visible.
See also MCursorOn()
Example see demomous.c
See Also:
MCursorOn()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson